no way of answering that without knowing the types of queries run against the table.
as ExpenseRequestLineItem is a foreign key good chance it is used in joins so an index would likely be useful on that, most often this would be a non-clustered index.
---------------------------------------------------------------------