\begin{tikzpicture}[scale=\scalepuncturedpentagon,font=\normalsize] 
\node (a) at (0,0) [fill,circle,inner sep=2pt] {};
\draw (0,0) circle (1.25cm);
\foreach \x in {-144,-72,0,72,144} {
   \begin{scope}[rotate=\x]
    \node (\x) at (0,-1.25) [fill,circle,inner sep=1pt] {};
   \end{scope}
}
\draw (144) node [above right] {$v_3$};
\draw (72) node [right] {$v_2$};
\draw (0) node [below] {$v_1$};
\draw (-72) node [left] {$v_5$};
\draw (-144) node [above left] {$v_4$};
\draw[] (a) to (-144);
\draw[] (a) to (-72);
\draw[] (a) to (0);
\draw[out=5,in=30] (0) to  
(-144);
\draw[out=0,in=-80] (0) to  (144);
\end{tikzpicture}