You don't say anything about what's being measured -- it might be relevant in this case. For example, if those numbers are percentages between 0 and 100, the standard deviation is bounded.
If there's any information on variability (that's likely to yield some bound, at least) it's likely to be useful.
In the absence of any such information, this answer outlines an approach that may provide the a potentially useful approach.
Which is to say, if you're interested in whether the population means differ, then if the CI for the mean difference between observations from each process excludes $\mu_{D0}$, the conclusion would be that the population mean difference is not $\mu_{D0}$.
Unfortunately, I think such intervals will always include the case $\mu_{D0}=0$; they can exclude values for $\mu_D$ that are sufficiently far from $\pm |X_D|$, but those will be further from $0$ than $|X_D|$ is.
Given that the variable is bounded, you can bound the standard deviation.
For example, if a variable can only take values between 0 and 10, its sd can't exceed $5$. However, because of Bessel's correction, sample sd could slightly larger ($5\sqrt{\frac{n}{n-1}}$). This occurs when half the value are at each end of the range. On the other hand -- $n$ here would be 5, so you can't actually get half of the values at each end; the maximum is therefore slightly smaller, at 5.477.
If you add in the known sample mean, you can bound the sample sd further. For example for patients the mean is 0.75 - you can work out the largest standard deviation compatible with that mean for a variable limited to be between 0 and 10. That would be if 4 observations were at 0 and 1 observation was at 3.75, giving a sd of 1.677
However working this way with the two samples doesn't necessarily then give the lowest bound on the t-statistic (though it should come close). To work that out you need to specify which t-statistic you'd be using, and then find the sample arrangements that satisfy the known means and minimize |t|. If that smallest $t$ was still significant, whatever sample arrangement you actually had must also be significant.
If you incorporate the known information that most values are between 0 and 2 (as long as that can be made precise for each group) you can bound t even further (make the smallest possible $|t|$ larger).
However, looking at roughly how small the sds would have to be to achieve significance, we can't get a bound anywhere near small enough to be any use.
For example if your significance level was 0.05, and you did an equal variance two sample t-test, you'd need a $|t|$ of at least 2.306. To get that, you'd need a denominator on the t-statistic of 0.08673, suggesting a pooled variance of 0.0188.
You just can't get down that far. So you can't hope to achieve a rejection with the information you presently have, making more a exact analysis pointless unless more information can be brought to bear on this problem.