Create Donor Table, et al

Follow these steps in order to create the donor table:
  1. Drop donor table, nextDonorId table, and getNextDonorId proc.
  2. Create and populate nextDonorId table; create donor table, index and primary key
  3. Create getNextDonorId stored procedure