It works for the examples I tried but I'm not sure how to prove. I tried assuming that $a-b\equiv k \text{ mod}(c)$, where $k \neq 0$ but am not sure how to then show that $a-b$ can't be congruent to $0$ $\text{ mod}(p^2)$. Or maybe the contrapositive isn't the direction to go in. I was thinking of using the divisibility property of modular arithmetic but that would just get me to $\frac{a}{c}\equiv \frac{b}{c} \text{ mod}(c)$.
Thanks
Don't overthink it, work straight from the definition: $a \equiv b \pmod{c^2} \iff c^2 \mid a - b$. But $c \mid c^2$ so $c \mid a - b$, and thus $a \equiv b \pmod{c}$.