It wasn't that clear from you post, but I assume you want to the later
table to be numbered 1, correct? If so, you should remember that
counters for figures and tables are incremented once the environment
is invoked. So, to obtain a table numbered 1 in your example, it
should suffice to have
\setcounter{table}{0}
Werner