In order to create a foreign key relationship, at least one of the two tables must have a primary key or unique constraint defined. To create the relationship you are attempting to create, first create a primary key for one of the tables.
For more information, see Defining a Primary Key and Creating a Relationship Between Tables.