The best proof that I came with is, given any base $b$, let $c$ be the greatest number can be written whit $n$ digits.
Then the number will be:
$$c=b^0(b-1)+b^1(b-1)+\cdots +b^n(b-1)$$
Summing this number twice, I'll get the maximum possible carry, this being:
$$b^n+b^n(b-1)+b^n(b-1) = -b^n+2b^{n+1}= b^n(b-1)+b^{n+1}$$
This is, only carry one.
I thing it's not a very sound proof, any suggestions?