\documentclass{amsart}
\documentclass{article}
\begin{document}

\begin{table}[!h]
\centering
\caption{The list of evaluation criteria}
\begin{tabular}{|c|c|c|}
\hline 
Capital cost of EPC& $(\texteuro/kw)$&C_1\\
\hline
Annual operation and maintenance cost&$(\EUR/kw)$&C_2\\
\hline
Efficiency &$\%$&C_3\\
\hline
Capacity factor&$\%$&C_4\\
\hline
Lifetime&Year&C_5\\
\hline
Internal consumption&$\%$&C_6\\
\hline
Resource potential&(MW or MWh)&C_7\\
\hline
\end{tabular}\\
\end{table}\\
\end{document}