Background
I have two estimates of variance and their associated standard errors calculated from sample sizes of $n=500$ and $n=10,000$ the results are $\hat{\sigma^2} (sd_{\hat{\sigma^2}})$: $$\hat{\sigma^2}_{n=500}=69 (6.4)$$
$$\hat{\sigma^2}_{n=10,000}=72 (1.5)$$
Question
If I say that variance increased by 3, what is the standard deviation around this estimate?
Notes
$SD$ of var calculated using $SD_{\hat{\sigma^2}}=\sqrt{s^4(2/(n-1) + k/n)}$
I suspect that the fact that I am estimating the sd of a variance is not relevant to the calculation, but may help in the interpretation of what I am doing.