You could: -
1. Restore your DB with a new database name.
2. Delete all the other objects in the new database except the table you want to restore.
3. Use a DTS package containing a 'Copy SQL Server objects' task to copy the table into your original database.
Regards,
Andy Jones