This will tell you the confidence you have between the two samples. This will not tell you anything about the difference between the two populations (conditions) the samples are drawn from. There is not enough information here to understand the population variance of the cluster means.
Specifically you need enough information to infer the parameters of the hierarchical model:
condition_expr ~ N(mu_c, sd_c)
sample_offset ~ N(mu_s, sd_s)
cell_noise ~ N(0, sd_e)
expr_cell = condition_expr + sample_offset + cell_noise
so this means minimally > 1 cell per sample, and > 1 sample per condition.