Just edit this prefix for every install
Code:
$table_prefix = 'wp_'; //
For example, this could be a line from one of my blogs
$table_prefix = 'wp_'; //
And this from another one
$table_prefix = 'wp2_'; //
As long as they are different, it will work fine.